home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 July / EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso / recent / grabur.lha / graburl / README.Amiga < prev    next >
Text File  |  1998-01-06  |  1KB  |  33 lines

  1. To compile with SAS/C for AmigaOS
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3. Download the regex package from ftp://sunsite.unc.edu/pub/gnu/regex-0.12.tar.gz.
  4.  
  5. Make a directory named "src/regex" from the directory you found this file.
  6. Copy in it the following files from regex-0.12.tar.gz:
  7.   regex.c
  8.   regex.h
  9.   test/alloca.c
  10.   test/xmalloc.c
  11.  
  12. Then cd src/libgurl and type smake, then cd / and type smake.
  13.  
  14. You should have a working graburl executable.
  15.  
  16.  
  17. Installing
  18. ~~~~~~~~~~
  19. Copy graburl to amitcp:bin or anywhere else in your path
  20. Copy graburlrc.example to etc:graburlrc and edit it
  21. Be sure to read README.txt and GrabURL.txt....
  22.  
  23.  
  24. About the SAS/C version
  25. ~~~~~~~~~~~~~~~~~~~~~~~
  26. The linux/i386 version I personnally use if far from being tested enough to
  27. be classified as beta and I use it much more than the Amiga SAS/C version.
  28. If it formats your ROM, burn your RAM or shrink your HD, don't complain.
  29.  
  30. There's  not  much difference from the gcc version.  It still needs an etc:
  31. assign  with  a file named "graburlrc" there.  The only difference I really
  32. can think of is it don't need ixemul.library.
  33.